IsControlVisible
NEW WITH THE APPEARANCE MANAGER
Indicates whether a control is visible.
pascal Boolean IsControlVisible (ControlHandle inControl);
inControl
- On input, a handle to the control whose visibility you wish to determine.
- function result
- Returns a Boolean value. If
true
, the control is visible. Iffalse
, the control is hidden.DISCUSSION
If you wish to determine whether a control is visible, callIsControlVisible
instead of testing thecontrlVis
field of the control structure.SEE ALSO
"Appearance Manager Gestalt Selector Constants".